home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 47 / CD-ROM 47 / CD-ROM 47.iso / aplicat / minibase / _setup.1 / MiniBase.exe / 0 / RCDATA / TQDLGFORM / TQDLGFORM.txt
Encoding:
Text File  |  1999-03-12  |  3.3 KB  |  161 lines

  1. object QDlgForm: TQDlgForm
  2.   Left = 277
  3.   Top = 107
  4.   Width = 301
  5.   Height = 205
  6.   Caption = 'QDlgForm'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 137
  18.     Width = 293
  19.     Height = 41
  20.     Align = alBottom
  21.     TabOrder = 0
  22.     object BitBtn1: TBitBtn
  23.       Left = 120
  24.       Top = 8
  25.       Width = 75
  26.       Height = 25
  27.       Cancel = True
  28.       Caption = 'Close'
  29.       ModalResult = 2
  30.       TabOrder = 0
  31.       OnClick = BitBtn1Click
  32.       NumGlyphs = 2
  33.     end
  34.     object BitBtn2: TBitBtn
  35.       Left = 200
  36.       Top = 8
  37.       Width = 75
  38.       Height = 25
  39.       Caption = 'Apply'
  40.       TabOrder = 1
  41.       OnClick = BitBtn2Click
  42.     end
  43.     object BitBtn3: TBitBtn
  44.       Left = 24
  45.       Top = 8
  46.       Width = 75
  47.       Height = 25
  48.       Caption = 'Clear'
  49.       TabOrder = 2
  50.       OnClick = BitBtn3Click
  51.     end
  52.   end
  53.   object PageControl1: TPageControl
  54.     Left = 0
  55.     Top = 0
  56.     Width = 293
  57.     Height = 137
  58.     ActivePage = LocatePage
  59.     Align = alClient
  60.     TabOrder = 1
  61.     object LocatePage: TTabSheet
  62.       Caption = 'LocatePage'
  63.       TabVisible = False
  64.       object GroupBox2: TGroupBox
  65.         Left = 8
  66.         Top = 8
  67.         Width = 273
  68.         Height = 57
  69.         Caption = 'Record search criteria '
  70.         TabOrder = 0
  71.         object Label1: TLabel
  72.           Left = 8
  73.           Top = 28
  74.           Width = 66
  75.           Height = 13
  76.           Caption = 'Search value:'
  77.         end
  78.         object Edit1: TEdit
  79.           Left = 88
  80.           Top = 24
  81.           Width = 177
  82.           Height = 21
  83.           TabOrder = 0
  84.         end
  85.       end
  86.       object LocPMCB: TCheckBox
  87.         Left = 16
  88.         Top = 96
  89.         Width = 209
  90.         Height = 17
  91.         Caption = 'Allow partial string match searching'
  92.         TabOrder = 1
  93.       end
  94.       object LocCICB: TCheckBox
  95.         Left = 16
  96.         Top = 72
  97.         Width = 209
  98.         Height = 17
  99.         Caption = 'Allow case insensitive searching'
  100.         TabOrder = 2
  101.       end
  102.     end
  103.     object FilterPage: TTabSheet
  104.       Caption = 'FilterPage'
  105.       TabVisible = False
  106.       object GroupBox1: TGroupBox
  107.         Left = 8
  108.         Top = 0
  109.         Width = 273
  110.         Height = 73
  111.         Caption = 'Record restriction criteria '
  112.         TabOrder = 0
  113.         object Label2: TLabel
  114.           Left = 8
  115.           Top = 24
  116.           Width = 68
  117.           Height = 13
  118.           Caption = 'Starting value:'
  119.         end
  120.         object Label3: TLabel
  121.           Left = 8
  122.           Top = 48
  123.           Width = 65
  124.           Height = 13
  125.           Caption = 'Ending value:'
  126.         end
  127.         object Edit2: TEdit
  128.           Left = 128
  129.           Top = 16
  130.           Width = 121
  131.           Height = 21
  132.           TabOrder = 0
  133.         end
  134.         object Edit3: TEdit
  135.           Left = 128
  136.           Top = 48
  137.           Width = 121
  138.           Height = 21
  139.           TabOrder = 1
  140.         end
  141.       end
  142.       object FiltCICB: TCheckBox
  143.         Left = 24
  144.         Top = 80
  145.         Width = 209
  146.         Height = 17
  147.         Caption = 'Allow case insensitive matches'
  148.         TabOrder = 1
  149.       end
  150.       object FiltPMCB: TCheckBox
  151.         Left = 24
  152.         Top = 104
  153.         Width = 185
  154.         Height = 17
  155.         Caption = 'Allow partial string matching'
  156.         TabOrder = 2
  157.       end
  158.     end
  159.   end
  160. end
  161.